-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
134 breaking remove unicode characters #135
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #135 +/- ##
==========================================
- Coverage 97.00% 96.39% -0.62%
==========================================
Files 22 22
Lines 734 776 +42
==========================================
+ Hits 712 748 +36
- Misses 22 28 +6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏽 might be worth addressing a few things though since this is a major release:
- Add some additional detail to the CHANGELOG
- Add tests to ensure that accessing fields through aliases still works
- Making sure that everywhere in the code base we access fields using their new names, instead of the aliases (since this is meant purely for usability)
fixed scitypes, added aliases, changed changelog.